module Base
{

	item Bag_FrockinShirts_BoxofShirts
	{
		DisplayName = Luxurious Box,
		DisplayCategory = Container,
		Type = Container,
		Weight = 0.5,
		Icon = BoxShirtBox,
		Capacity = 12,
		CloseSound = CloseToteBag,
		OpenSound = OpenToteBag,
		PutInSound = StoreItemToteBag,
		WeightReduction = 50,
		WorldStaticModel = Bag_FrockinShirts_BoxofShirts,
		MaxItemSize = 5.0,
	}

	item Bag_FrockinShirts_BoxofTies
	{
		DisplayName = Luxurious Box - Small,
		DisplayCategory = Container,
		Type = Container,
		Weight = 0.5,
		Icon = BoxTieBox,
		Capacity = 3,
		CloseSound = CloseToteBag,
		OpenSound = OpenToteBag,
		PutInSound = StoreItemToteBag,
		WeightReduction = 50,
		WorldStaticModel = Bag_FrockinShirts_BoxofTies,
		MaxItemSize = 5.0,
	}

}